@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.animate-delay-0-5s {
    --animate-delay: 0.5s
}

.animate-delay-1s {
    --animate-delay: 1s
}

.animate-delay-1-5s {
    --animate-delay: 1.5s
}

.animate-delay-2s {
    --animate-delay: 2s
}

.animate-delay-2-5s {
    --animate-delay: 2.5s
}

.animate-delay-3s {
    --animate-delay: 3s
}

.animate-delay-3-5s {
    --animate-delay: 3.5s
}

.animate-delay-4s {
    --animate-delay: 4s
}

.animate-delay-4-5s {
    --animate-delay: 4.5s
}

.dataTables_empty {
    text-align: center;
    padding: 24px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #8A94A6;
    border-bottom: 1px solid #E8EAED;
}

.dataTables_filter {
    display: none;
}

.dataTables_paginate {
    display: flex;
    height: 100%;
    flex-direction: row;
    gap: 16px;
}

.dataTables_paginate>span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.dataTables_paginate>span>a {
    height: 24px;
    width: 24px;
    background: white;
    color: #5C636F;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.dataTables_paginate>span>.current {
    height: 24px;
    width: 24px;
    background: #119B6E;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.select2-container .select2-selection--single {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E8EAED;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #8A94A6;
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    right: 10px;
    width: 24px;
}

.select2-results__option {
    font-size: 14px;
    color: #8A94A6;
    line-height: 22px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ECF9F5;
    color: #0E7C58;
}

.select2-dropdown {
    border: 1px solid #E8EAED;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ECF9F5;
    color: #0E7C58;
}


@media only screen and (max-width: 768px) {
    .navMobile {
        position: relative !important;
        inset: 0px auto auto 0px;
        margin: 0px;
        transform: none !important;
    }
}